Programming with QuickTime VR

| Previous | Chapter contents | Chapter top | Section top | Next |

Initializing and Terminating QuickTime VR

The QuickTime VR Manager provides routines for initializing and terminating its operation.

The InitializeQTVR and TerminateQTVR routines are required for QuickTime VR to run in a Windows environment. They do nothing in the Mac OS environment, but should be included for cross-platform compatibility.

When your application calls InitializeQTVR in the Windows environment, the code attempts to find QTVR.qtx throught the normal search paths. If it does not find QTVR.qtx, it returns an error code of 6660 and the API will be unusable.

InitializeQTVR

TerminateQTVR


© 1997 Apple Computer, Inc.

| Previous | Chapter contents | Chapter top | Section top | Next |